home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / EmacsTeX / TeXfig / Source / English.lproj / TeXfig.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  421 b   |  35 lines

  1. TeXfigApplication = {
  2.     ACTIONS = {
  3.     open:;
  4.     insert:;
  5.     up:;
  6.     doit:;
  7.     save:;
  8.     down:;
  9.     printer:;
  10.     saveAs:;
  11.     copy:;
  12.     screen:;
  13.     remove:;
  14.     info:;
  15.     preferences:;
  16.     };
  17.     OUTLETS = {
  18.     printerButton;
  19.     inputText;
  20.     pageNumberText;
  21.     infoPanel;
  22.     screenButton;
  23.     imageView;
  24.     };
  25.     SUPERCLASS = Application;
  26. };
  27. TeXfigImageView = {
  28.     SUPERCLASS = View;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.